@charset "utf-8";
/* CSS Document */
body,ul,li,ol,dl,dd,dt,tr,td,div,span,a,img,p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
html{
	font-size:16px
}
body{
	font-family:"微软雅黑","Microsoft YaHei",Arial;
	color:#333;
	background-color:#f7f7f7
}
ul,li{
	list-style:none;
}
a{
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
	outline:none;
	cursor:pointer;
	/*transition:all .3s ease-in 0s;
	-moz-transition:all .3s ease-in 0s;
	-ms-transition:all .3s ease-in 0s;
	-o-transition:all .3s ease-in 0s;
	-webkit-transition:all .3s ease-in 0s*/
}
img{
	border:0;
}
.song{
	font-family:Arial,'simsun';
}
.yahei{
	font-family:"Microsoft YaHei";
}
.mg5{
	margin:5px;
}
.mg10{
	margin:10px;
}
.mg15{
	margin:15px;
}
.mg20{
	margin:20px;
}
.mgt0{
	margin-top:0px;
}
.mgb0{
	margin-bottom:0px;
}
.mgl0{
	margin-left:0px;
}
.mgr0{
	margin-right:0px;
}
.mgt5{
	margin-top:5px;
}
.mgb5{
	margin-bottom:5px;
}
.mgl5{
	margin-left:5px;
}
.mgr5{
	margin-right:5px;
}
.mgt10{
	margin-top:10px;
}
.mgb10{
	margin-bottom:10px;
}
.mgl10{
	margin-left:10px;
}
.mgr10{
	margin-right:10px;
}
.mgt15{
	margin-top:15px;
}
.mgb15{
	margin-bottom:15px;
}
.mgl15{
	margin-left:15px;
}
.mgr15{
	margin-right:15px;
}
.mgt20{
	margin-top:20px;
}
.mgb20{
	margin-bottom:20px;
}
.mgl20{
	margin-left:20px;
}
.mgr20{
	margin-right:20px;
}
.mgl40{
	margin-left:40px;
}
.mgr40{
	margin-right:40px;
}
.mgt40{
	margin-top:40px;
}
.mgb40{
	margin-bottom:40px;
}
.mgr25{
	margin-right:25px
}
.pd5{
	padding:5px;
}
.pd10{
	padding:10px;
}
.pd15{
	padding:15px;
}
.pd20{
	padding:20px;
}
.pd40{
	padding:40px
}
.pd50{
	padding:50px
}
.pdt5{
	padding-top:5px;
}
.pdb5{
	padding-bottom:5px;
}
.pdl5{
	padding-left:5px;
}
.pdr5{
	padding-right:5px;
}
.pdt10{
	padding-top:10px;
}
.pdb10{
	padding-bottom:10px;
}
.pdl10{
	padding-left:10px;
}
.pdr10{
	padding-right:10px;
}
.pdt15{
	padding-top:15px;
}
.pdb15{
	padding-bottom:15px;
}
.pdl15{
	padding-left:15px;
}
.pdr15{
	padding-right:15px;
}
.pdt20{
	padding-top:20px;
}
.pdb20{
	padding-bottom:20px;
}
.pdl20{
	padding-left:20px;
}
.pdr20{
	padding-right:20px;
}
.pd30{
	padding:30px
}
.pdt40{
	padding-top:40px;
}
.pdb40{
	padding-bottom:40px;
}
.pdl40{
	padding-left:40px;
}
.pdr40{
	padding-right:40px;
}
.mgt30{
	margin-top:30px
}
.mg-au{
	margin:0 auto;
}
.w1200{
	width:1200px;
}
.w1160{
	width:1160px;
}
.w1300{
	width:1300px;
}
.w100{
	width:100%;
}
.clearfix:after,.clear:after{
	display:block;clear:both;content:"";visibility:hidden;height:0
}
.clearfix,.clear{
	zoom:1
}
input,select,textarea{
	font-size:16px;
	vertical-align:middle;
	box-sizing:border-box
}
input[type='button']{
	cursor:pointer	
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.te-ce{
	text-align:center;
}
.te-r{
	text-align:right;
}
.te-l{
	text-align:left;
}
.f-n{
	font-style:normal;
}
.f-w{
	font-weight:normal;
}
input[type=button]{
	cursor:pointer
}
a{
	color:#333;
}
a:hover{
	color:#f00;
}
em{
	font-style:normal
}
.d-n{
	display:none;
}
.dbk{
	display:block;
}
.dibk{
	display:inline-block;
}
.vis-n{
	visibility:hidden;
	height:0
}
.por{
	position:relative;
}
.hi{
	overflow:hidden
}
.white,
.white a:link,
.white a:visited,
.white a:hover{
	color:#ffffff;
}
.red,
.red a:link,
.red a:visited,
.red a:hover,
a.red{
	color:#cb1500;
}
.blue,
.blue a:link,
.blue a:visited,
.blue a:hover{
	color:#0e5aa5;
}
.grey,
.grey a:link,
.grey a:visited,
.grey a:hover{
	color:#777;
}
.blur{
    filter: url(blur.svg#blur); 
    -webkit-filter: blur(3px); 
       -moz-filter: blur(3px);
        -ms-filter: blur(3px);    
            filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false);
	*filter:none
}
.shadow{
	box-shadow:0 1px 3px #999;
	-moz-box-shadow:0 1px 3px #999;
	-webkit-box-shadow:0 1px 3px #999;
	-o-box-shadow:0 1px 3px #999;
}
.bg_ff{
	background-color:#fff
}
.no-rp{
	white-space:nowrap
}

/*分页代码*/
.list_page{padding: 1rem 0;text-align: center;}
.list_page *{box-sizing: border-box;}
.list_page span{margin-left: 10px;display: inline-block; box-sizing: border-box;width:2rem; background-image: linear-gradient(#fefefe,#f0f0f0);border: 1px solid #c1c1c1; border-radius: 0.15rem; color: #7f7f7f;font-size: 1rem;font-weight: bold;line-height: 2em;text-align: center;vertical-align: middle;cursor: pointer;overflow:hidden}
.list_page span:nth-last-child(2){ background-image: none; width:3em}
.list_page span:nth-last-child(3){background-image: none; border: none;width: auto;}
.list_page span.list_page_span,.list_page #pageSubmit{ background-image: none; width:3em}
.list_page span.page_text,.list_page span.page_text_total{background-image: none; border: none;width: auto;}
.list_page span a{color: #7f7f7f;display: block;}
.list_page span a:hover{color: #fff;}
.list_page span:hover,.list_page span.active{background:#4066bf;border: 1px solid #3b5897;color: #fff;}
.list_page span:nth-last-child(3):hover{ background: none; border: none;color:#7f7f7f}
.list_page span.page_text:hover,.list_page span.page_text_total:hover{ background: none; border: none;color:#7f7f7f}
.list_page span:empty{display: none}
.list_page span img{float: left;}
.list_page .gopage{width:3rem}
.list_page .gopage input{border: medium none;width: 100%; font-size: 1rem; line-height: 2em;text-align: center;}
.list_page #pnum_zz{width:3rem;border: 1px solid #c1c1c1;border-radius: 0.15rem;font-size: 1rem; line-height: 2em;text-align: center;}
.list_page span.page_prev a,.list_page span.page_next a{font-size: 0;}
.list_page span.page_prev{background:#f6f6f6 url(../images/global/list_page_prev.png) no-repeat center center; background-size: 50%;}
.list_page span.page_prev.disabled{background:#f6f6f6 url(../images/global/list_page_prev_no.png) no-repeat center center;background-size: 50%;}
.list_page span.page_next{background:#f6f6f6 url(../images/global/list_page_next.png) no-repeat center center;background-size: 50%;}
.list_page span.page_next.disabled{background:#f6f6f6 url(../images/global/list_page_next_no.png) no-repeat center center;background-size: 50%;}
.list_page span.page_prev.disabled a,.list_page span.page_next.disabled a{cursor:default}

.list_page .list_page_go,#pageSubmit{margin-left:10px;background-image: linear-gradient(#fefefe,#f0f0f0);border: 1px solid #c1c1c1;border-radius: 0.15rem; padding: 0 0.5rem; line-height: 2em; font-size: 1rem; color: #7f7f7f; cursor: pointer;}

/*友情链接选项卡*/
.links_tab{float: left;width:1050px}
.links_tab h4{padding-top:3px}
.links_tab h4 span{ margin-right: 40px; display:inline-block; padding-right:30px;background: url(../images/icon_drop_down.png) no-repeat right center; cursor: pointer; font-weight: normal;}
.links_tab h4 span.hover{background: url(../images/icon_drop_up.png) no-repeat right center;font-weight: bold;}
.link_info ul{ margin-top: -10px; padding-bottom: 30px; position: relative;z-index: 10;}
.link_info li{float: left;width:25%; line-height: 40px;}

/*flipInY*/
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}
100%{-webkit-transform:perspective(400px);transform:perspective(400px)}
}
@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}
100%{-webkit-transform:perspective(400px);transform:perspective(400px)}
}
.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}
30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}
100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}
}


.tableXj{
	margin:10px 0 0;
}
.tableXj_th{
	height:40px;
	line-height:40px;
	background:#f2f4f7;
	color:#cb1500;
}
.tableXj_th dt,.tableXj_td dt{
	float:left;
	width:65%;
	text-indent:10px;
}
.tableXj_th dd,.tableXj_td dd{
	float:left;
	width:35%
}
.tableXj_th dd span,.tableXj_td dd span{
	display:inline-block;
	width:33.3%;
	text-align:center;
}
.tableXj_th dd.col_b span,.tableXj_td dd.col_b span{
	width:50%;
}
.tableXj_row_two .tableXj_th dd span,.tableXj_row_two .tableXj_td dd span{
	width:50%
}
.tableXj_td dd span{
	color:#777
}
.tableXj_td{
	padding:10px 0;
	border-bottom:#e6e6e6 solid 1px;
}

/*站点地图*/
.sitemap{ padding-top: 30px;}
.sitemap dl{ padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #e3e3e3;}
.sitemap dl:last-child{ border: none;}
.sitemap dt{float:left;width:20%; text-align: center;}
.sitemap dt div{ padding: 15px; background: #d9ecff; border-radius: 8px;}
.sitemap dt i{font-size:36px; color:#0554a0}
.sitemap dt p{ display: block; padding-top: 5px; font-size: 1.125rem; color:#0554a0; font-weight: bold;}
.sitemap dd{float:left;width:80%}
.sitemap dd ul{ padding:10px 20px 0;}
.sitemap dd li{width:20%; float: left; line-height: 2;}
.sitemap dd li a{padding-left:20px;background: url(../images/dot.png) 5px 10px no-repeat;}


/*纠错弹窗*/
.page_mark,.index_dialog{display:none}

@media (max-width: 768px) {
	.sitemap dd ul{padding-top:0}
	.sitemap dd li{width:100%}
	.sitemap dt{width:25%}
	.sitemap dd{width:75%}
}

/*-------------------------  @media  ------------------------------*/
@media (max-width: 1200px) {
.whitebox{
	padding:10px;
}
.box01 .title{
	height:44px;
}
.box01 .title ol li{
	height:44px;
	line-height:40px;
	font-size:1.2rem
}
.box01 .title ol li.cur{
	height:41px;
}
.box01 span.more{top:5px;}
.w390{
	width:100%
}
.w535{
	width:100%
}
.w750{
	width:100%
}
.mgt40{ margin-top:20px;}
.style01 .title ol li{
	padding:0 5px;
	margin:0
}
.style01 .title ol li:nth-child(n + 2){
	display:none;
}
.list_page{
	height:auto
}
.tableXj{
	margin:40px 0 0
}

.mob_title{ display: block;}
.sitemap dd ul{padding-top:0}
}
@media (max-width: 640px) {
	body{ background: #fff;}
	.container{width:100%}
	.mob_title{ margin-bottom: 10px; display: none;}
	.tableXj_th{
		display:none;
	}
	.tableXj_th dt, .tableXj_td dt{
		width:100%;
		text-indent:0
	}
	.tableXj_th dd, .tableXj_td dd{
		display: none;
		width:100% ;
		padding:8px 0 0
	}
}